most builds that broke due to the below refactoring.
* babl/babl-component.h
* babl/babl-conversion.h
* babl/babl-extension.h
* babl/babl-format.h
* babl/babl-model.h
* babl/babl-type.h
svn path=/trunk/; revision=383
+2009-01-17 Martin Nordholts <martinn@svn.gnome.org>
+
+ Add #define babl_foo babl_foo_from_name macros, that should fix
+ most builds that broke due to the below refactoring.
+
+ * babl/babl-component.h
+ * babl/babl-conversion.h
+ * babl/babl-extension.h
+ * babl/babl-format.h
+ * babl/babl-model.h
+ * babl/babl-type.h
+
2009-01-17 Martin Nordholts <martinn@svn.gnome.org>
s/babl_image/babl_image_new/
* NULL);
*/
+#define babl_component babl_component_from_name
+
typedef struct
{
BablInstance instance;
* NULL);
*/
+#define babl_conversion babl_conversion_from_name
+
/* Type and Format */
typedef long (*BablFuncLinear) (char *src,
char *dst,
* BablExtension objects are only used internally in babl.
*/
+#define babl_extension babl_extension_from_name
+
typedef struct
{
BablInstance instance; /* path to .so / .dll is stored in instance name */
* name is used.
*/
+#define babl_format babl_format_from_name
+
typedef struct
{
BablInstance instance;
*
*/
+#define babl_model babl_model_from_name
+
typedef struct
{
BablInstance instance;
* NULL);
*/
+#define babl_type babl_type_from_name
+
typedef struct
{
BablInstance instance;